'Declaration
Public Overloads Shared Function CreatePolygonRegion( _ ByVal polygonPoints() As Point, _ ByVal polyFillMode As PolyFillMode _ ) As Region
public static Region CreatePolygonRegion( Point[] polygonPoints, PolyFillMode polyFillMode )
Parameters
- polygonPoints
- A System.Drawing.Point array that defines the vertices of the polygon.
- polyFillMode
- C1.Framework.Drawing.Gdi.DeviceContexts.PolyFillMode Indicates the poly fill mode is "alternate" or "winding"